STEP 9: Use Dot Notation to make your sprite go right!
The variable before the dot is the actor, and the command after the dot is the action.
- Go to and drag out Move Left. Drop it at the bottom of your program.
- Change the name before .move_left() to glorp.
- Change the integer in the .move_left() command to 4.
To navigate the page using the TAB key, first press ESC to exit the code editor.